Skip to content

CLN: use ensure_block_shape #40792

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 7, 2021
Merged

Conversation

jbrockmendel
Copy link
Member

Broken off from #40149

@@ -1697,6 +1688,19 @@ def iget(self, key):
# TODO(EA2D): this can be removed if we ever have 2D EA
return self.values.reshape(self.shape)[key]

def setitem(self, indexer, value):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typing when you can

@jreback jreback added Internals Related to non-user accessible pandas implementation Refactor Internal refactoring of code labels Apr 7, 2021
@jreback jreback added this to the 1.3 milestone Apr 7, 2021
@jreback jreback merged commit 0727d2b into pandas-dev:master Apr 7, 2021
@jbrockmendel jbrockmendel deleted the ref-hybrid-prelim branch April 7, 2021 20:04
JulianWgs pushed a commit to JulianWgs/pandas that referenced this pull request Jul 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Internals Related to non-user accessible pandas implementation Refactor Internal refactoring of code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants